Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AUTO] Increment version to 1.3.6-SNAPSHOT #2119

Closed

Conversation

opensearch-trigger-bot[bot]
Copy link
Contributor

  • Incremented version to 1.3.6-SNAPSHOT.

Signed-off-by: opensearch-ci-bot <[email protected]>
@opensearch-trigger-bot opensearch-trigger-bot bot requested a review from a team September 29, 2022 00:21
@cwperks
Copy link
Member

cwperks commented Sep 29, 2022

@prudhvigodithi Looks like the . needs to be escaped in the regex for version increment automation.

Relevant line: ant.replaceregexp(match: opensearch_version.tokenize('-')[0], replace: newVersion.tokenize('-')[0], flags:'g', byline:true)

https://github.com/opensearch-project/security/blob/1.3/build.gradle#L388

@prudhvigodithi
Copy link
Member

Hey @cwperks actually the following lines should be removed as there no files included and for the build.gradle the ant.replaceregexp is explicitly added :)
Thank you

@cwperks
Copy link
Member

cwperks commented Sep 29, 2022

Thank you @prudhvigodithi! I will create a PR to remove the unnecessary lines.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants